home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / bit.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.2 KB  |  73 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Bit_Functions
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : FMOORE%TI-EG@CSNET-RELAY
  6. -- AUTHOR            : Freeman L. Moore
  7. --                   : P.O. Box 801 M/S 8006
  8. --                   : Texas Instruments, Inc.
  9. --                   : McKinney, Texas   75069
  10. -- COPYRIGHT         : (c) 1985
  11. -- DATE CREATED      : February 1985
  12. -- DATE RELEASED     : June 1985
  13. -- DATE LAST UPDATED : June 1985
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : 
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : MATH
  19. -- CATEGORY LEVEL 2  : Library
  20. -- CATEGORY LEVEL 3  : Bit Functions
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : bit functions
  23. -- KEYWORD           : shifting
  24. -- KEYWORD           : masks
  25. -- INDEX             : Bit Functions
  26. -- INDEX             : Functions, Bit
  27. -- INDEX             : Shifting
  28. -- INDEX             : Masks
  29. -- TAXONOMY          : 
  30. -- DEPENDENCIES      : 
  31. -- SEE ALSO          : 
  32. --= FILE LISTING         ===============================================--
  33. -- FILE SPECS        : PD:<ADA.MATH>BIT.*
  34. -- DIRECTORY DISPLAY :
  35. -- Directory   PD:<ADA.MATH>
  36. --      File Name     Byte Count  Line Count
  37. --   ---------------  ----------  ----------
  38. --   BIT.ADA                9918         267
  39. --   BIT.PRO                3181          67
  40. --   ===============  ==========  ==========
  41. --     2 Files             13099         334
  42. --= ABSTRACT             ===============================================--
  43. --         This package represents a collection of routines  which  allow
  44. -- the Ada programmer the ability of perform bit operations on objects of
  45. -- type INTEGER.  The functions include the ability to extract/insert bit
  46. -- fields,  shift  objects  left  or right, and/or objects and create bit
  47. -- masks.
  48. --= REVISION HISTORY     ===============================================--
  49. --
  50. -- DATE         VERSION AUTHOR                  HISTORY
  51. -- Feb 85        1.0    Freeman Moore           original
  52. --= RELEASE NOTICE       ===============================================--
  53. -- This prologue must be included in all copies of this software.
  54. --
  55. -- This software is copyright by the author.
  56. --
  57. -- This software is released to the Ada community.
  58. -- This software is released to the Public Domain (note:
  59. --   software released to the Public Domain is not subject
  60. --   to copyright protection).
  61. -- Restrictions on use or distribution:  NONE
  62. --= DISCLAIMER           ===============================================--
  63. --     This software and its documentation are provided "AS IS" and
  64. -- without any expressed or implied warranties whatsoever.  No warranties
  65. -- as to performance, merchantability, or fitness for a particular
  66. -- purpose exist.
  67. --     The user is advised to test the software thoroughly before
  68. -- relying on it.  The user must assume the entire risk and liability of
  69. -- using this software.  In no event shall any person or organization of
  70. -- people be held responsible for any direct, indirect, consequential or
  71. -- inconsequential damages or lost profits.
  72. --======================================================================--
  73.